Operator: SoftSignSquared-Affine-Gate (Fused CUDA Kernel)

Definition
- z = x * scale + bias
- m = (z / (1 + |z|))^2
- g = sigmoid(alpha * m + beta)
- y = x * g

Goal
- Squared softsign fusion; target ≥1.30x speedup.
